You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > InvElem Method > Matrix.InvElem Method ([In] TMtx, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.InvElem Method ([In] TMtx, double)

Invert all Mtx elements and store them in the calling matrix.

Syntax
C#
Visual Basic
public TMtx InvElem([In] TMtx SrcMtx, double Threshold);

The Rows, Cols and Complex properties of the calling matrix are set implicitly to match Mtx matrix. If Treshold is omitted then the default value 1/MAXNUM is used.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!